home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1035
/
1035.xpi
/
chrome
/
1clickweather.jar
/
content
/
1clickweather
/
search.xul~
< prev
next >
Wrap
Extensible Markup Language
|
2008-10-05
|
2KB
|
47 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- ⌐ 2005 The Weather Channel Interactive, Inc. All Rights Reserved. -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://1clickweather/skin/1clickweather.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://1clickweather/locale/1clickweather.dtd">
<window
title="1-ClickWeather"
id="SearchWindow"
orient="vertical"
class="search"
width="572"
height="400"
onload="loadSearch()"
debug="false"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://1clickweather/content/js/common.js" />
<script type="application/x-javascript" src="chrome://1clickweather/content/js/data/search.js"></script>
<hbox id="search_win" align="top" minheight="250" class="search">
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='70' height='280'/>
<vbox id="searchBox">
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='100' height='10'/>
<description class="searchText">
Multiple items match the location you entered. Please select your desired location from the list, or enter a new location in the search box below.
</description>
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='10'/>
<hbox>
<textbox id="searchInput" width="310" />
<button id="searchButton" label="Search" oncommand="fillSearchListBox();" />
</hbox>
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='10'/>
<listbox id="searchList" rows="8" seltyle="single">
</listbox>
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='10'/>
<hbox>
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='10'/>
<button id="searchSave" label="Save" oncommand="saveSearchLocation();" />
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='10'/>
</hbox>
</vbox>
</hbox>
<image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='28'/>
<image src='chrome://1clickweather/skin/icons/other/fox_bottom.png' width='572' height='48'/>
</window>